object FormResearch: TFormResearch Left = 211 Top = 228 BorderStyle = bsDialog Caption = 'Search among Files Found' ClientHeight = 60 ClientWidth = 378 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 5 Width = 371 Height = 51 Style = bsRaised end object lblSearchExpr: TLabel Left = 19 Top = 14 Width = 116 Height = 13 Caption = 'Enter search expression:' FocusControl = cmbSearchExpr end object cmbSearchExpr: TComboBox Left = 19 Top = 29 Width = 276 Height = 21 HelpContext = 5 ItemHeight = 13 TabOrder = 0 end object cmdOK: TButton Left = 295 Top = 28 Width = 65 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = cmdOKClick end end